projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed5d7fe
)
quartz: GdkQuartzWindow -> GdkQuartzNSWindow was forgotten in one place
author
Michael Natterer
<mitch@gimp.org>
Thu, 15 Nov 2012 12:17:31 +0000
(13:17 +0100)
committer
Michael Natterer
<mitch@gimp.org>
Thu, 15 Nov 2012 12:17:31 +0000
(13:17 +0100)
gdk/quartz/gdkevents-quartz.c
patch
|
blob
|
history
diff --git
a/gdk/quartz/gdkevents-quartz.c
b/gdk/quartz/gdkevents-quartz.c
index 4df4332ac902817a688372f1e22ab29e7f86218e..b93c412ec8fab434d37a4cacf45d7a7c434a696f 100644
(file)
--- a/
gdk/quartz/gdkevents-quartz.c
+++ b/
gdk/quartz/gdkevents-quartz.c
@@
-1378,9
+1378,9
@@
gdk_event_translate (GdkEvent *event,
}
/* Also when in a manual resize, we ignore events so that these are
- * pushed to GdkQuartzWindow's sendEvent handler.
+ * pushed to GdkQuartz
NS
Window's sendEvent handler.
*/
- if ([(GdkQuartzWindow *)nswindow isInManualResize])
+ if ([(GdkQuartz
NS
Window *)nswindow isInManualResize])
return FALSE;
/* Find the right GDK window to send the event to, taking grabs and